home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Misc / Wood.0.72 / Sources / English.lproj / InfoPanel.nib / data.classes < prev    next >
Encoding:
Text File  |  1995-09-21  |  1.5 KB  |  59 lines

  1. MiscInfo = {
  2.     ACTIONS = {"info:" = "info:"; "setController:" = "setController:"; }; 
  3.     OUTLETS = {
  4.     controller = controller; 
  5.     infoPanel = infoPanel; 
  6.     niftyView = niftyView; 
  7.     regText = regText; 
  8.     strings = strings; 
  9.     versionDateText = versionDateText; 
  10.     versionText = versionText; 
  11.     }; 
  12.     SUPERCLASS = Object; 
  13. };
  14. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  15. InfoView = {
  16.     ACTIONS = {"start:" = "start:"; "stop:" = "stop:"; "woodPage:" = "woodPage:"; }; 
  17.     OUTLETS = {bat = bat; batSound = batSound; buffer = buffer; strings = strings; }; 
  18.     SUPERCLASS = View; 
  19. };
  20. Controller = {
  21.     ACTIONS = {
  22.     "addFromFile:" = "addFromFile:"; 
  23.     "appDidInit:" = "appDidInit:"; 
  24.     "appWillTerminate:" = "appWillTerminate:"; 
  25.     "delete:" = "delete:"; 
  26.     "find:" = "find:"; 
  27.     "info:" = "info:"; 
  28.     "matrixDoubleClick:" = "matrixDoubleClick:"; 
  29.     "matrixSingleClick:" = "matrixSingleClick:"; 
  30.     "moveDown:" = "moveDown:"; 
  31.     "moveUp:" = "moveUp:"; 
  32.     "reply:" = "reply:"; 
  33.     "search:" = "search:"; 
  34.     "showAll:" = "showAll:"; 
  35.     "splitView:" = "splitView:"; 
  36.     "stop:" = "stop:"; 
  37.     }; 
  38.     OUTLETS = {
  39.     authorField = authorField; 
  40.     boxView = boxView; 
  41.     curArticle = curArticle; 
  42.     date = date; 
  43.     down = down; 
  44.     emailField = emailField; 
  45.     find = find; 
  46.     info = info; 
  47.     mailComposer = mailComposer; 
  48.     matrix = matrix; 
  49.     matrixView = matrixView; 
  50.     resultField = resultField; 
  51.     splitView = splitView; 
  52.     subjectField = subjectField; 
  53.     text = text; 
  54.     up = up; 
  55.     window = window; 
  56.     }; 
  57.     SUPERCLASS = Object; 
  58. };
  59.